home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / ansi / machine / stddef.h < prev    next >
C/C++ Source or Header  |  1992-03-04  |  334b  |  14 lines

  1. #ifndef _ANSI_MACHINE_STDDEF_H
  2. #define _ANSI_MACHINE_STDDEF_H
  3.  
  4. /*
  5.  * ARCH_INCLUDE.h provides a facility for including architecture
  6.  * specific files without enumerating every possible architecture
  7.  * in this file.
  8.  */
  9. #include <architecture/ARCH_INCLUDE.h>
  10.  
  11. #include ARCH_INCLUDE(ansi/, stddef.h)
  12.  
  13. #endif /* _ANSI_MACHINE_STDDEF_H */
  14.